home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / graph2d / functions / bsp2d.fkt next >
Text File  |  1995-04-29  |  309b  |  15 lines

  1. Graph2D(V1.00) Funktionsliste
  2. a(x)=1/sqrt(x^2)
  3. t(x)=1-x/tan(x)
  4. k(x)=cos(x^2)*x
  5. g=9.80665
  6. Fallstrecke(Zeit)=(1/2)*g*Zeit^2
  7. v(t)=sqrt(2*g*s(t))
  8. g(x)=-0.97+cot(x^2)/2
  9. f(x)=sin(x^2)
  10. s(x)=2*cos((2*pi*x)/2)*sin(10*x)
  11. Normalparabel(x)=x^2
  12. Polynom(x)=-3*x^4+0.5*x^2+12.34
  13. Summe(a,b)=a+b
  14. Doppel(Zahl)=Summe(Zahl,Zahl)
  15.